home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk4 / acron24a / makefile.mnx < prev    next >
Makefile  |  1995-03-18  |  145b  |  9 lines

  1. AmiCron: Amicron.o timer.o
  2.     ln -o AmiCron timer.o Amicron.o -lc32
  3.  
  4. Amicron.o: Amicron24.c
  5.     cc +l Amicron24.c
  6.  
  7. timer.o: timer.c
  8.      cc +l timer.c     
  9.